home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / QDDVX102.ZIP / contrib / dvx / bin / wrapper.txt < prev   
Text File  |  1993-07-15  |  601b  |  20 lines

  1. !This is the wrapper file used by UNIX2DVX
  2. !Text in this file is included wherevever the header file name
  3. !to be included is found in the file being processed
  4. !
  5. !The following macros are recognised and will be replaced by
  6. !the relevant text
  7. !
  8. !
  9. ! $UNIXNAME  - The Unix version of the header file name
  10. ! $MSDOSNAME - The corresponding truncated DOS header file name
  11. ! $DATE      - The current date extracted from the system
  12. ! $TIME         - The current time extracted from the system
  13. !
  14. !
  15. #ifdef MSDOS
  16. #include "$MSDOSNAME"      /* QDK $DATE $TIME */
  17. #else
  18. #include "$UNIXNAME"
  19. #endif
  20.